\(\int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx\) [217]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [F(-2)]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 18, antiderivative size = 18 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\frac {2 \sqrt {d x} (a+b \arccos (c x))^3}{d}+\frac {6 b c \text {Int}\left (\frac {\sqrt {d x} (a+b \arccos (c x))^2}{\sqrt {1-c^2 x^2}},x\right )}{d} \]

[Out]

2*(a+b*arccos(c*x))^3*(d*x)^(1/2)/d+6*b*c*Unintegrable((a+b*arccos(c*x))^2*(d*x)^(1/2)/(-c^2*x^2+1)^(1/2),x)/d

Rubi [N/A]

Not integrable

Time = 0.09 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx \]

[In]

Int[(a + b*ArcCos[c*x])^3/Sqrt[d*x],x]

[Out]

(2*Sqrt[d*x]*(a + b*ArcCos[c*x])^3)/d + (6*b*c*Defer[Int][(Sqrt[d*x]*(a + b*ArcCos[c*x])^2)/Sqrt[1 - c^2*x^2],
 x])/d

Rubi steps \begin{align*} \text {integral}& = \frac {2 \sqrt {d x} (a+b \arccos (c x))^3}{d}+\frac {(6 b c) \int \frac {\sqrt {d x} (a+b \arccos (c x))^2}{\sqrt {1-c^2 x^2}} \, dx}{d} \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 73.01 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx \]

[In]

Integrate[(a + b*ArcCos[c*x])^3/Sqrt[d*x],x]

[Out]

Integrate[(a + b*ArcCos[c*x])^3/Sqrt[d*x], x]

Maple [N/A] (verified)

Not integrable

Time = 0.31 (sec) , antiderivative size = 16, normalized size of antiderivative = 0.89

\[\int \frac {\left (a +b \arccos \left (c x \right )\right )^{3}}{\sqrt {d x}}d x\]

[In]

int((a+b*arccos(c*x))^3/(d*x)^(1/2),x)

[Out]

int((a+b*arccos(c*x))^3/(d*x)^(1/2),x)

Fricas [N/A]

Not integrable

Time = 0.25 (sec) , antiderivative size = 50, normalized size of antiderivative = 2.78 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int { \frac {{\left (b \arccos \left (c x\right ) + a\right )}^{3}}{\sqrt {d x}} \,d x } \]

[In]

integrate((a+b*arccos(c*x))^3/(d*x)^(1/2),x, algorithm="fricas")

[Out]

integral((b^3*arccos(c*x)^3 + 3*a*b^2*arccos(c*x)^2 + 3*a^2*b*arccos(c*x) + a^3)*sqrt(d*x)/(d*x), x)

Sympy [F(-2)]

Exception generated. \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*acos(c*x))**3/(d*x)**(1/2),x)

[Out]

Exception raised: TypeError >> Invalid comparison of non-real zoo

Maxima [N/A]

Not integrable

Time = 3.39 (sec) , antiderivative size = 458, normalized size of antiderivative = 25.44 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int { \frac {{\left (b \arccos \left (c x\right ) + a\right )}^{3}}{\sqrt {d x}} \,d x } \]

[In]

integrate((a+b*arccos(c*x))^3/(d*x)^(1/2),x, algorithm="maxima")

[Out]

1/2*(4*b^3*sqrt(x)*arctan2(sqrt(c*x + 1)*sqrt(-c*x + 1), c*x)^3 + (a^3*c^2*sqrt(d)*(4*sqrt(x)/(c^2*d) - 2*arct
an(sqrt(c)*sqrt(x))/(c^(5/2)*d) + log((c*sqrt(x) - sqrt(c))/(c*sqrt(x) + sqrt(c)))/(c^(5/2)*d)) + 6*a*b^2*c^2*
sqrt(d)*integrate(x^(5/2)*arctan(sqrt(c*x + 1)*sqrt(-c*x + 1)/(c*x))^2/(c^2*d*x^3 - d*x), x) + 6*a^2*b*c^2*sqr
t(d)*integrate(x^(5/2)*arctan(sqrt(c*x + 1)*sqrt(-c*x + 1)/(c*x))/(c^2*d*x^3 - d*x), x) - 12*b^3*c*sqrt(d)*int
egrate(sqrt(c*x + 1)*sqrt(-c*x + 1)*x^(3/2)*arctan(sqrt(c*x + 1)*sqrt(-c*x + 1)/(c*x))^2/(c^2*d*x^3 - d*x), x)
 + a^3*sqrt(d)*(2*arctan(sqrt(c)*sqrt(x))/(sqrt(c)*d) - log((c*sqrt(x) - sqrt(c))/(c*sqrt(x) + sqrt(c)))/(sqrt
(c)*d)) - 6*a*b^2*sqrt(d)*integrate(sqrt(x)*arctan(sqrt(c*x + 1)*sqrt(-c*x + 1)/(c*x))^2/(c^2*d*x^3 - d*x), x)
 - 6*a^2*b*sqrt(d)*integrate(sqrt(x)*arctan(sqrt(c*x + 1)*sqrt(-c*x + 1)/(c*x))/(c^2*d*x^3 - d*x), x))*sqrt(d)
)/sqrt(d)

Giac [N/A]

Not integrable

Time = 0.68 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int { \frac {{\left (b \arccos \left (c x\right ) + a\right )}^{3}}{\sqrt {d x}} \,d x } \]

[In]

integrate((a+b*arccos(c*x))^3/(d*x)^(1/2),x, algorithm="giac")

[Out]

integrate((b*arccos(c*x) + a)^3/sqrt(d*x), x)

Mupad [N/A]

Not integrable

Time = 0.32 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00 \[ \int \frac {(a+b \arccos (c x))^3}{\sqrt {d x}} \, dx=\int \frac {{\left (a+b\,\mathrm {acos}\left (c\,x\right )\right )}^3}{\sqrt {d\,x}} \,d x \]

[In]

int((a + b*acos(c*x))^3/(d*x)^(1/2),x)

[Out]

int((a + b*acos(c*x))^3/(d*x)^(1/2), x)